home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / xypic / src / xyps-pub.doc < prev    next >
Text File  |  1995-03-15  |  4KB  |  110 lines

  1. %% $Id: xyps-pub.doc,v 2.10 1994/06/15 12:46:03 ross Exp $
  2. %%
  3. %% XY-pic ``dvipub driver'' PostScript backend support.
  4. %% Copyright (c) 1993-1994    Ross Moore    <ross@mpce.mq.edu.au>
  5. %%
  6. %% This file is part of the XY-pic package for graphs and diagrams in TeX.
  7. %% See the companion README and INSTALL files for further information.
  8. %% Copyright (c) 1991-1994    Kristoffer H. Rose    <kris@diku.dk>
  9. %%
  10. %% The XY-pic package is free software; you can redistribute it and/or modify
  11. %% it under the terms of the GNU General Public License as published by the
  12. %% Free Software Foundation; either version 2 of the License, or (at your
  13. %% option) any later version.
  14. %%
  15. %% The XY-pic package is distributed in the hope that it will be useful, but
  16. %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. %% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18. %% for more details.
  19. %%
  20. %% You should have received a copy of the GNU General Public License along
  21. %% with this package; if not, write to the Free Software Foundation, Inc.,
  22. %% 675 Mass Ave, Cambridge, MA 02139, USA.
  23. %%
  24. \ifx\xypspubloaded\relax \message{not reloaded}\endinput \fi
  25. \let\xypspubloaded=\relax \xycatcodes
  26.  
  27. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. This included file (version \stripRCS$Revision: 2.10 $) provides \XY-ps
  30. support for the |dvipub| DVI driver.
  31.  
  32. \BUG: This code has not been tested!
  33.  
  34. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  35. \DOCHEADER
  36.  
  37. In particular |\pubpsInclude@| may be wrong.
  38.  
  39. \DOCMODE(
  40. \xywarnifdefined\pubpsSpecial@
  41. \xywarnifdefined\pubpsMacro@
  42. \xywarnifdefined\pubpsRaw@
  43. \xywarnifdefined\pubpsInclude@
  44. {\catcode`:=11
  45.  \gdef\pubpsSpecial@#1{\firstPS@@\special{ps: #1}}
  46.  \gdef\pubpsMacro@#1{\firstPS@@\special{ps: mark{#1}xy}}
  47.  \gdef\pubpsInclude@#1{\firstPS@@\special{psfile #1}}
  48.  \gdef\pubpsRaw@#1{\firstPS@@\special{ps: #1}}%
  49. }
  50. \DOCMODE)
  51.  
  52. \DOCMODE(
  53. \xydef@\pubps@{\gdef\dvitype@{pubps }\dvimessage@
  54.  \global\let\PSspecial@=\pubpsSpecial@
  55.  \global\let\PSmacro@=\pubpsMacro@
  56.  \global\let\PSdict@=\pubpsMacro@
  57.  \global\let\PSraw@=\pubpsRaw@
  58.  \global\let\PSinclude@=\pubpsInclude@
  59.  \global\let\xyPSobeylines@=\obeyPUBPSlines@
  60.  \ifUsePSdict@@
  61.   \gdef\firstPS@@{\firstPS@ \includeXYPSdict@}%
  62.   \gdef\endXYdict@{\firstPS@}%
  63.  \else
  64.   \gdef\firstPS@@{\firstPS@ \@PSshipout}\gdef\endXYdict@{\firstPS@}\fi 
  65.  }%
  66.  
  67. \xywarnifdefined\obeyPUBPSlines@
  68. {\catcode`\^^M=\active
  69.  \gdef\obeyPUBPSlines@{\catcode`\^^M=\active \let^^M=\par \obeyspaces}}
  70. \DOCMODE)
  71.  
  72. \TODO: Verify the following:
  73. |pubps| requires the \PS\ dictionary to be included in the prolog,
  74. else shipped-out with every page. To handle this latter situation
  75. efficiently we rebind |\shipout|.
  76.  
  77. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  78.  
  79. \paragraph*{The end \& Log}\leavevmode
  80.  
  81. \DOCMODE(
  82. \xyendinput
  83.  
  84. % $Log: xyps-pub.doc,v $
  85. % Revision 2.10  1994/06/15  12:46:03  ross
  86. % Second release 3beta.
  87. % Colour and line style saving works; label colouring bug fixed.
  88. %
  89. % Revision 2.10  1994/06/15  12:46:03  ross
  90. % Second release 3beta.
  91. % Colour and line style saving works; label colouring bug fixed.
  92. %
  93. % Revision 2.9  1994/06/09  14:38:56  ross
  94. % Release 3beta.
  95. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  96. % Back-ends are separated into separate files.
  97. % More back-ends are supported, experimentally --- needs testing.
  98. %
  99. % NEW for version 2.9 by Ross Moore  1994/05/30.
  100. \DOCMODE)
  101.  
  102. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  103.  
  104. % Tell Emacs that this is a LaTeX document and how it is formatted:
  105. % Local Variables:
  106. % mode:latex
  107. % fill-column:77
  108. % fill-prefix:""
  109. % End:
  110.